home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xmcolor-1.0 / Imakefile < prev    next >
Makefile  |  1995-06-28  |  2KB  |  69 lines

  1. CTRBDESTDIR=/usr/skunk
  2.  
  3. /*
  4.  * @(#)Imakefile    1.4 94/12/05
  5.  *
  6.  * Imakefile for xmcolor
  7.  *
  8.  *    xmcolor - Motif(tm) Color Mixer
  9.  *
  10.  *   Copyright (C) 1994  Ti Kan
  11.  *   E-mail: ti@amb.org
  12.  *
  13.  *   This program is free software; you can redistribute it and/or modify
  14.  *   it under the terms of the GNU General Public License as published by
  15.  *   the Free Software Foundation; either version 2 of the License, or
  16.  *   (at your option) any later version.
  17.  *
  18.  *   This program is distributed in the hope that it will be useful,
  19.  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  20.  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21.  *   GNU General Public License for more details.
  22.  *
  23.  *   You should have received a copy of the GNU General Public License
  24.  *   along with this program; if not, write to the Free Software
  25.  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  26.  *
  27.  */
  28. BINDIR        = $(CTRBDESTDIR)/bin
  29. LIBDIR        = $(CTRBDESTDIR)/lib
  30. INCDIR        = $(CTRBDESTDIR)/include/xmcolor-1.0
  31. XAPPLOADDIR    = $(LIBDIR)/xmcolor-1.0
  32. CONFIGDIR    = /usr/lib/X11/config
  33. MKDIRHIER    = /bin/sh /usr/bin/X11/mkdirhier
  34. MANDIR        = $(CTRBDESTDIR)/man/man1
  35. MANSUFFIX    = 1
  36.  
  37. /*
  38.  * If your local X configuration supports Motif correctly, the
  39.  * following LOCAL_LIBRARIES= declaration should work just fine.
  40.  * If it fails, try uncommenting the #include lines below.  If that
  41.  * still fails, then substitute the LOCAL_LIBRARIES= line with
  42.  * one of the these:
  43.  *
  44.  * LOCAL_LIBRARIES= $(XMLIB) $(XTOOLLIB) $(XLIB)
  45.  *
  46.  * or,
  47.  *
  48.  * LOCAL_LIBRARIES= -lXm -lXt -lX11
  49.  *
  50.  */
  51.  
  52. MKDIRHIER=/usr/bin/X11/mkdirhier
  53. DESTDIR=$(CTRBDESTDIR)
  54. BINDIR=/bin
  55. MANDIR=/man/man1
  56. MANSUFFIX=1
  57.  
  58. /*
  59.  * #include "Motif.tmpl"
  60.  * #include "Motif.rules"
  61.  */
  62. LOCAL_LIBRARIES= XmClientLibs
  63.  
  64. SRCS  = xmcolor.c 
  65. OBJS  = xmcolor.o 
  66.  
  67. SimpleProgramTarget(xmcolor)
  68.  
  69.